apt-get install nginx
docker run -d -p 8080:80 --name nginx-web-server nginx
/usr/local/nginx/conf/
/etc/nginx/
nginx.conf
/usr/local/nginx/conf/nginx.conf
/etc/nginx/nginx.conf
/usr/local/nginx/html/
/var/www/html
/usr/local/nginx/logs/
/var/log/nginx
yum update nginx
apt-get update nginx
nginx -t
nginx -s reload
nginx -s stop
add_header X-Frame-Options SAMEORIGIN;
add_header X-XSS-Protection "1; mode=block";
add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload";
server_tokens off;
ssl_ocsp on ;